Int16NINumericInt16NLogicalExclusiveOr Method
Computes the bitwise logical exclusive OR, also known as the bitwise logical XOR, of the current value and the specified value.
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
Int16N INumeric<Int16N>.LogicalExclusiveOr(
Int16N value
)
Private Function LogicalExclusiveOr (
value As Int16N
) As Int16N Implements INumeric(Of Int16N).LogicalExclusiveOr
private:
virtual Int16N LogicalExclusiveOr(
Int16N value
) sealed = INumeric<Int16N>::LogicalExclusiveOr
private abstract LogicalExclusiveOr :
value : Int16N -> Int16N
private override LogicalExclusiveOr :
value : Int16N -> Int16N
- value Int16N
- The value with which to compute the logical exclusive OR.
Int16NThe bitwise logical exclusive OR of the current value and
value.
INumericTSelfLogicalExclusiveOr(TSelf)